home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Frameworks / PennyWise™ Framework / PennyView / TEMPLATE_WINDOW.h < prev   
Encoding:
Text File  |  1994-07-26  |  662 b   |  19 lines  |  [TEXT/KAHL]

  1. //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  2. //                                                                                //
  3. //                                                                                //
  4. //                    Copyright PennyWise Software, 1994.                            //
  5. //                                                                                //
  6. //            Part of the PennyWise Software Application Framework                //
  7. //                                                                                //
  8. //                                                                                //
  9. //            TEMPLATE_WINDOW.h        Written by Peter Kaplan                        //
  10. //                                                                                //
  11. //                                                                                //
  12. //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  13. #ifndef _TEMPLATE_WINDOW_
  14. #define    _TEMPLATE_WINDOW_
  15.  
  16.     extern void InitTEMPLATE_WINDOWHandlers(void);
  17.     extern void    TEMPLATE_WINDOWOpen(void);
  18.     
  19. #endif